home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / mo.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  41 lines

  1. # Modelica script language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 04.03.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=annotation assert block class connector constant discrete else elseif
  20. elsewhen end exit extends external final flow for function if in inner input
  21. import loop model nondiscrete outer output package parameter record redeclare
  22. replaceable return size terminate then type when while algorithm equation
  23. protected public and  false not or true
  24.  
  25. # functions
  26. $KW_LIST(kwb)=abs acos asin atan atan2 connect cos cosh cross der edge exp initial
  27. noEvent pre reinit sample sign sin sinh tan tanh terminal
  28.  
  29. $STRINGDELIMITERS="
  30.  
  31. $ML_COMMENT=/* */
  32. $SL_COMMENT=//
  33. $ESCCHAR=\
  34. $IGNORECASE=true
  35.  
  36. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  37.  
  38.  
  39.  
  40.  
  41.